Add -p/--paused flag to xm restore.
authorBrendan Cully <brendan@cs.ubc.ca>
Wed, 22 Nov 2006 02:09:23 +0000 (18:09 -0800)
committerBrendan Cully <brendan@cs.ubc.ca>
Wed, 22 Nov 2006 02:09:23 +0000 (18:09 -0800)
commitacc3cc66f75751ffee27ce4abc61bf2a9d2590d2
tree96b6e9d855d209a48b3c1c03a8a58013ddc6088d
parent3206f975b84a98ff4bd8a044cf9d1e54310e299e
Add -p/--paused flag to xm restore.

When --paused is specified, the domain is paused after it is loaded.

Signed-off-by: Brendan Cully <brendan@cs.ubc.ca>
tools/python/xen/xend/XendCheckpoint.py
tools/python/xen/xend/XendDomain.py
tools/python/xen/xend/server/XMLRPCServer.py
tools/python/xen/xm/main.py